vendor/golang.org/x/crypto/sha3.state.i (field)

6 uses

	vendor/golang.org/x/crypto/sha3 (current package)
		sha3.go#L42: 	i, n    int // storage[i:n] is the buffer, i is only used while squeezing
		sha3.go#L64: 	d.i, d.n = 0, 0
		sha3.go#L86: 		d.i = 0
		sha3.go#L159: 		n := copy(out, d.storage[d.i:d.n])
		sha3.go#L160: 		d.i += n
		sha3.go#L164: 		if d.i == d.rate {